runtime.sudog.c (field)

17 uses

	runtime (current package)
		chan.go#L270: 	mysg.c = c
		chan.go#L301: 	mysg.c = nil
		chan.go#L651: 	mysg.c = c
		chan.go#L683: 	mysg.c = nil
		proc.go#L540: 	if s.c != nil {
		runtime2.go#L368: 	c        *hchan // channel
		select.go#L86: 		if sg.c != lastc && lastc != nil {
		select.go#L95: 		lastc = sg.c
		select.go#L328: 		sg.c = c
		select.go#L372: 		sg1.c = nil
		stack.go#L837: 		p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
		stack.go#L856: 		if sg.c != lastc {
		stack.go#L866: 			lockWithRank(&sg.c.lock, lockRankHchanLeaf)
		stack.go#L868: 		lastc = sg.c
		stack.go#L888: 		if sg.c != lastc {
		stack.go#L889: 			unlock(&sg.c.lock)
		stack.go#L891: 		lastc = sg.c